omap/spl: actually enable the console
authorIlya Yanok <[email protected]>
Tue, 1 Nov 2011 13:16:03 +0000 (13:16 +0000)
committerAlbert ARIBAUD <[email protected]>
Thu, 3 Nov 2011 21:56:23 +0000 (22:56 +0100)
commitb88befa550c2eaf315c01648f0472634ead6abac
tree881a711651a9846707ecab5b27968d6d37e69205
parente0297a5599c0eab00910006b788f72058efb5b1e
omap/spl: actually enable the console

Currently OMAP SPL code does all the initialization but does not set the
gd->have_console value so no output is actually performed. This patch
sets gd->have_console to 1.

Signed-off-by: Ilya Yanok <[email protected]>
Signed-off-by: Sandeep Paulraj <[email protected]>
arch/arm/cpu/armv7/omap-common/spl.c